vcWaitPropertyConditionStatement
Statement that waits until a property identified by VariableName fulfills the condition of ConditionExpression.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ConditionExpression | String | RW | Gets or sets the condition expression to evaluate on the VariableName property. |
| VariableName | String | RW | Gets or sets the name of the process property to watch. |